Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1SortedList<TKey,TValue> Class
Members

In This Topic
    C1SortedList<TKey,TValue> Class
    In This Topic
    Object Model
    C1SortedList<TKey,TValue> Class
    Syntax
    'Declaration
     
    Public Class C1SortedList
        (Of TKey As IComparable(Of TKey),
         TValue) 
    public class C1SortedList<TKey,TValue> 
    where TKey: IComparable<TKey>
    Type Parameters
    TKey
    TValue
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Document.C1SortedList<TKey,TValue>

    See Also